home *** CD-ROM | disk | FTP | other *** search
- //activeBreadboard. lockWindowUpdate()
- //
- //
- //
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
-
- //
- // setup up scheduler
- //
- activeBreadboard. stampOnAndMove ( "LinearScheduler" , "hidden1SynapseBackpropGradient" )
- linearScheduler. setStop ( 100 )
- linearScheduler. setBeta ( -0.0005000 )
- linearScheduler. setMinimum ( 0.0001000 )
- activeBreadboard. stampOnAndMove ( "MatrixViewer" , "linearScheduler" )
- activeBreadboard. select ( "matrixViewer" , FALSE )
- matrixViewer. openEngineWindow ( )
- matrixViewer. setName ( "learningRateViewer" )
- activeBreadboard. select ( "learningRateViewer" , FALSE )
- learningRateViewer. setEnableLabels ( TRUE )
- learningRateViewer. setLabel ( "" )
- learningRateViewer. setAccessRows ( FALSE )
- learningRateViewer. setLabel ( "Learning Rate" )
- learningRateViewer.tileWindow(4,4,4,6)
- activeBreadboard. select ( "arrowEngine" , FALSE )
- activeBreadboard. cutSelection ( )
- activeBreadboard. stampOnAndMove ( "ArrowEngine" , "learningRateViewer" )
-
- hidden1SynapseBackpropGradient. setStepSize ( 0.020000 )
-
- //
- // fill in text
- //
- TextBoxPath = macro. pathFromMacro("textbox1.txt")
- NextMacroPath = macro. pathFromMacro ( "4 scheduling summary.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- CancelMacroPath= macro.pathFromMacro("..\minimize.nsm")
- cancelButton. setMacroPath ( CancelMacroPath)
- TitleIndex = titleTextBox. setTextFromFile (TextBoxPath, 0)
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, 0)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, 0)
- //activeBreadboard. unlockWindowUpdate()
-